This command will return a value of one if the particles object exists, otherwise zero.
Return Integer=PARTICLES EXIST(Particle Number)
Particle Number
Integer The particle object number
This value is an integer number such as 1.
load image "snow.bmp",1 make snow particles1, 1, 500,-5,5,5, 10,10,10 set cursor 0,0 print "PARTICLES DATA" print "exist:";particles exist(1) do loop delete particles 1 end
PARTICLES Commands Menu Index